From: pesa1234 Date: Mon, 7 Nov 2022 11:03:38 +0000 (+0100) Subject: luci-app-ksmbd: update menu dependencies X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=f0e0bccfb89bfa83af9729a94f748c6cc67cdcc7;p=project%2Fluci.git luci-app-ksmbd: update menu dependencies The name of the template file changed in the ksmbd package, update the menu dependencies accordingly to match the changed path. Signed-off-by: pesa1234 [fix commit subject and message] Signed-off-by: Jo-Philipp Wich --- diff --git a/applications/luci-app-ksmbd/root/usr/share/rpcd/acl.d/luci-app-ksmbd.json b/applications/luci-app-ksmbd/root/usr/share/rpcd/acl.d/luci-app-ksmbd.json index 1581deff36..b3f8d4d796 100644 --- a/applications/luci-app-ksmbd/root/usr/share/rpcd/acl.d/luci-app-ksmbd.json +++ b/applications/luci-app-ksmbd/root/usr/share/rpcd/acl.d/luci-app-ksmbd.json @@ -3,7 +3,7 @@ "description": "Grant access to LuCI app ksmbd", "read": { "file": { - "/etc/ksmbd/smb.conf.template": [ "read" ], + "/etc/ksmbd/ksmbd.conf.template": [ "read" ], "/usr/sbin/ksmbd.mountd": [ "exec" ], "/sbin/modinfo": [ "exec" ] }, @@ -11,7 +11,7 @@ }, "write": { "file": { - "/etc/ksmbd/smb.conf.template": [ "write" ] + "/etc/ksmbd/ksmbd.conf.template": [ "write" ] }, "uci": [ "ksmbd" ] }